home *** CD-ROM | disk | FTP | other *** search
/ The PC-SIG Library 10 / The PC-Sig Library - Shareware for the IBM PC and Compatibles (PC-SIG)(Tenth Edition Disks 1-2804)(1991).iso / PC_SIGCD / 22 / 2 / DISK2220.ZIP / SCREDIT2.EXE / #DEFINES.C next >
Text File  |  1990-12-09  |  583b  |  24 lines

  1. /*
  2. Include mouse procedures in this compile.... These procedure can not
  3. be linked out by the smart linker if they are not referenced.
  4. */
  5. #define  S_MOUSE_INTERRUPT_NUMBER 113
  6. #define MOUSE
  7.  
  8.  
  9. /*
  10. Include field validation procedure in Turbo ScrEdit libraries.... These
  11. procdures can not be linked out by the smart linker if they are not
  12. referenced.
  13. */
  14. #define VALIDATE
  15.  
  16.  
  17.  
  18. /*
  19. Include color changeing procedures in Turbo ScrEdit libraries.... These
  20. procedures CAN BE LINKED out by the smart linker if the are not
  21. referenced by your programs.
  22. */
  23. #define COLORCHANGE
  24.